home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Form Fact File for the sample Pegasus Mail telephone message form
- ; Pegasus Mail System, Copyright 1990-94 David Harris, all rights reserved.
- ;
- ; For information on the format of this file, see FFF.TXT in this directory.
- ;
-
- ; The TPHONE extension allows you to set the default state of the
- ; "urgent" and "copyself" flags and to include a default area code in
- ; the "data" field. The format for the data field is either a 'Y' or an
- ; 'N' to indicate the urgent status, followed by a single space, followed
- ; by a 'Y' or 'N' to indicate that a copy-to-self is required, followed by
- ; a single space, followed by the default area code. The example below
- ; turns the urgent flag on, turns on copies to self and sets the default
- ; area code to "408".
-
- Form name = "Telephone message"
- Form DLL = ~a\TPHONE.DLL
- Form type = COMPOSER
- Form flags = 0
- Form tagname = "PM-TPHONE"
- Form data = "N Y 408"
- Bitmap file = ~a\tphone.bmp,Compose a telephone message
- End
-
-